This JavaScript (requires node.js) program parses GridFTP log (in the netlogger format) and output a csv file, for easy import to a SQL database, or directly into a R program (only recommended for small data sets)

Originally an awk script was used with ' ' (whitespace) and '=' as separators. However, it has been noted some file names actually contains these two characters. Thus this script was written to deal with these entries. This script also does a conversion of timestamps for import into a (Postegre)SQL database.

